home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Informant Complete 1995 - 2000
/
Delphi Informant Complete 1995 to 2000.iso
/
Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar
/
1995
/
SEP
/
CC9509
/
heebees.dpr
next >
Wrap
Text File
|
1995-03-21
|
158b
|
13 lines
program Heebees;
uses
Forms,
Main in 'MAIN.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.